home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / frame_59 / PlaceObject2_283_25 / CLIPACTIONRECORD onClipEvent(mouseDown).as < prev   
Encoding:
Text File  |  2006-06-13  |  123 b   |  7 lines

  1. onClipEvent(mouseDown){
  2.    if(this.hitTest(_root.mouse) && Key.isDown(17))
  3.    {
  4.       this.removeMovieClip();
  5.    }
  6. }
  7.